@twinfinity/core
    Preparing search index...

    Interface SuccessfulLoginCallbackState

    interface SuccessfulLoginCallbackState {
        code: string;
        state: string;
        type: "success";
    }
    Index

    Properties

    Properties

    code: string
    state: string
    type: "success"