dotConnect for Adobe Commerce Documentation
Devart.Data.Identity Namespace / IOAuthAuthenticationProviderOptions Interface / RedirectUrls Property

In This Topic
    RedirectUrls Property
    In This Topic
    Syntax
    'Declaration
     
    ReadOnly Property RedirectUrls As IReadOnlyDictionary(Of Integer,String)
    IReadOnlyDictionary<int,string> RedirectUrls {get;}
    See Also