Skip to content

LogoutTokenValidationException Class

Thrown when a Logout Token failed one of the validation steps of section 2.6.

C#
public sealed class LogoutTokenValidationException : System.Exception

Inheritance System.ObjectSystem.Exception → LogoutTokenValidationException

Remarks

Section 2.6 names the answer that goes with it: "If any of the validation steps fails, reject the Logout Token and return an HTTP 400 Bad Request error."

Constructors

LogoutTokenValidationException(string) Constructor

Thrown when a Logout Token failed one of the validation steps of section 2.6.

C#
public LogoutTokenValidationException(string message);

Parameters

message System.String

Remarks

Section 2.6 names the answer that goes with it: "If any of the validation steps fails, reject the Logout Token and return an HTTP 400 Bad Request error."