UrlShortenerClientAuthorize Method
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 Function Authorize As Boolean
Dim instance As UrlShortenerClient
Dim returnValue As Boolean
returnValue = instance.Authorize()
member Authorize : unit -> bool
No code example is currently available or this language may not be supported.
Return Value
Boolean 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 = client.Authorize()
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.