Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101341443
PhutilAuthUserAbortedException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Feb 8, 00:06
Size
500 B
Mime Type
text/x-php
Expires
Mon, Feb 10, 00:06 (2 d)
Engine
blob
Format
Raw Data
Handle
24138597
Attached To
rPHU libphutil
PhutilAuthUserAbortedException.php
View Options
<?php
/**
* The user aborted the authentication workflow, by clicking "Cancel" or "Deny"
* or taking some similar action.
*
* For example, in OAuth/OAuth2 workflows, the authentication provider
* generally presents the user with a confirmation dialog with two options,
* "Approve" and "Deny".
*
* If an adapter detects that the user has explicitly bailed out of the
* workflow, it should throw this exception.
*/
final
class
PhutilAuthUserAbortedException
extends
PhutilAuthException
{
}
Event Timeline
Log In to Comment