AuthorizationAuthenticateAnonymousAsync Method |
Authenticates an anonymous user against the service using the scheme specified in the AuthenticationType property.
The user remains logged in until LogoutAsync() is called or until the token returned by the service expires and requires a fresh authentication.
Namespace: Oracle.Cloud.Mobile.AuthorizationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic abstract Task<bool> AuthenticateAnonymousAsync()
Public MustOverride Function AuthenticateAnonymousAsync As Task(Of Boolean)
public:
virtual Task<bool>^ AuthenticateAnonymousAsync() abstract
abstract AuthenticateAnonymousAsync : unit -> Task<bool>
Return Value
Type:
TaskBooleanTrue if the authentication was successful, false otherwise.
See Also