toggle menu
Dermato.AI
androidJvm
switch theme
search in API
Dermato.AI
/
com.dermatoai.oauth
/
GoogleAuthenticationService
Google
Authentication
Service
class
GoogleAuthenticationService
@
Inject
constructor
(
repository
:
GoogleAuthenticationRepository
)
Members
Constructors
Google
Authentication
Service
Link copied to clipboard
@
Inject
constructor
(
repository
:
GoogleAuthenticationRepository
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
do
Sign
In
Link copied to clipboard
suspend
fun
doSignIn
(
context
:
Context
,
request
:
GetCredentialRequest
,
success
:
(
)
->
Unit
,
error
:
(
Throwable
)
->
Unit
=
{}
)
do
Sign
Up
Link copied to clipboard
suspend
fun
doSignUp
(
context
:
Context
,
request
:
GetCredentialRequest
,
success
:
(
String
)
->
Unit
,
error
:
(
Throwable
)
->
Unit
=
{}
)