UrlShortenerClientAuthorizeAsync Method
Asynchronously authorizes this instance to use UrlShortener API service.
Namespace: DevCase.ThirdParty.Google.UrlShortenerAssembly: DevCase.net48.ThirdParty.GoogleServices (in DevCase.net48.ThirdParty.GoogleServices.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Task<bool> AuthorizeAsync()
Public Function AuthorizeAsync As Task(Of Boolean)
Dim instance As UrlShortenerClient
Dim returnValue As Task(Of Boolean)
returnValue = instance.AuthorizeAsync()
public:
Task<bool>^ AuthorizeAsync()
member AuthorizeAsync : unit -> Task<bool>
No code example is currently available or this language may not be supported.
Return Value
TaskBoolean if the operation succeeds, otherwise,
.
This is a code example.
No code example is currently available or this language may not be supported.
Dim client As New UrlShortenerClient("YOUR API KEY")
Dim authSuccess As Boolean = Await client.AuthorizeAsync()
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.