Type Alias OAuthClientPublishResponse

Response schema for successfully publishing an OAuth client

type OAuthClientPublishResponse = {
    publishedAt: string;
}
Index

Properties

Properties

publishedAt: string

The timestamp which is set, if the client is published.