toggle menu
OMH Auth
androidJvm
switch theme
search in API
plugin-microsoft
/
com.openmobilehub.android.auth.plugin.microsoft
/
MicrosoftAuthClient
Microsoft
Auth
Client
class
MicrosoftAuthClient
(
val
configFileResourceId
:
Int
,
val
scopes
:
ArrayList
<
String
>
,
val
context
:
Context
)
:
OmhAuthClient
Members
Constructors
Microsoft
Auth
Client
Link copied to clipboard
constructor
(
configFileResourceId
:
Int
,
scopes
:
ArrayList
<
String
>
,
context
:
Context
)
Properties
config
File
Resource
Id
Link copied to clipboard
val
configFileResourceId
:
Int
context
Link copied to clipboard
val
context
:
Context
scopes
Link copied to clipboard
val
scopes
:
ArrayList
<
String
>
Functions
get
Credentials
Link copied to clipboard
open
override
fun
getCredentials
(
)
:
MicrosoftCredentials
get
Login
Intent
Link copied to clipboard
open
override
fun
getLoginIntent
(
)
:
Intent
get
Provider
Sdk
Link copied to clipboard
open
override
fun
getProviderSdk
(
)
:
ISingleAccountPublicClientApplication
get
User
Link copied to clipboard
open
override
fun
getUser
(
)
:
OmhTask
<
OmhUserProfile
>
initialize
Link copied to clipboard
open
override
fun
initialize
(
)
:
OmhTask
<
Unit
>
revoke
Token
Link copied to clipboard
open
override
fun
revokeToken
(
)
:
OmhTask
<
Unit
>
sign
Out
Link copied to clipboard
open
override
fun
signOut
(
)
:
OmhTask
<
Unit
>