dotConnect for Adobe Commerce Documentation
Devart.Data.Identity Namespace / TokenCache Class / GetTokenAsync Method

In This Topic
    GetTokenAsync Method
    In This Topic
    Syntax
    'Declaration
     
    Public MustOverride Function GetTokenAsync( _
       ByVal id As AuthenticationTokenId _
    ) As Task(Of IOAuthAuthenticationToken)
    public abstract Task<IOAuthAuthenticationToken> GetTokenAsync( 
       AuthenticationTokenId id
    )

    Parameters

    id
    See Also