pcloud-sdk-java
android
/
com.pcloud.sdk
/
AuthorizationRequest
/
Type
Type
enum
Type
Content copied to clipboard
The type of OAuth flow to be executed.
For more information on available auth flows, read
this page
.
Entries
Functions
Entries
TOKEN
Link copied to clipboard
TOKEN
Content copied to clipboard
CODE
Link copied to clipboard
CODE
Content copied to clipboard
Functions
value
Of
Link copied to clipboard
open
fun
valueOf
(
name
:
String
)
:
AuthorizationRequest.Type
Content copied to clipboard
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
AuthorizationRequest.Type
>
Content copied to clipboard