Share via


OAuthValidateClientRedirectUriContext.Validated Method

This member overrides BaseValidatingContext<TOptions>.Validated().

Namespace:  Microsoft.Owin.Security.OAuth
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

'Declaration
Public Overrides Function Validated As Boolean
'Usage
Dim instance As OAuthValidateClientRedirectUriContext 
Dim returnValue As Boolean 

returnValue = instance.Validated()
public override bool Validated()
public:
virtual bool Validated() override
abstract Validated : unit -> bool  
override Validated : unit -> bool
public override function Validated() : boolean

Return Value

Type: System.Boolean

See Also

Reference

OAuthValidateClientRedirectUriContext Class

Validated Overload

Microsoft.Owin.Security.OAuth Namespace