Session::GoogleOAuth
Inherits Reference < Object
Constructors
new(client_id : String, client_secret : String, redirect_url : String, domain : String)
SourceInstance methods
authentication_url(state : String) : String
Sourceauthorize(code : String) : IdToken | Nil
Sourcevalidate(params : Frost::Params, state : String | Nil) : Bool
Source